[AIP-94] airflowctl jobs: add check command#68534
Open
FrankYang0529 wants to merge 1 commit into
Open
Conversation
41 tasks
FrankYang0529
force-pushed
the
migrate-jobs-check-to-airflowctl
branch
from
June 15, 2026 00:41
232f474 to
0864d30
Compare
FrankYang0529
marked this pull request as ready for review
June 15, 2026 05:30
FrankYang0529
requested review from
bugraoz93,
dheerajturaga,
hussein-awala,
jedcunningham,
jscheffl and
potiuk
as code owners
June 15, 2026 05:30
FrankYang0529
force-pushed
the
migrate-jobs-check-to-airflowctl
branch
from
June 15, 2026 10:34
0864d30 to
b450143
Compare
FrankYang0529
force-pushed
the
migrate-jobs-check-to-airflowctl
branch
from
June 15, 2026 11:14
b450143 to
0ff6f2b
Compare
FrankYang0529
force-pushed
the
migrate-jobs-check-to-airflowctl
branch
from
July 4, 2026 04:27
0ff6f2b to
e3c0450
Compare
aaron-y-chen
reviewed
Jul 8, 2026
aaron-y-chen
left a comment
Contributor
There was a problem hiding this comment.
Thanks for the PR, really nice :)
FrankYang0529
force-pushed
the
migrate-jobs-check-to-airflowctl
branch
from
July 8, 2026 08:29
e3c0450 to
61ad837
Compare
aaron-y-chen
approved these changes
Jul 9, 2026
Lee-W
approved these changes
Jul 21, 2026
FrankYang0529
force-pushed
the
migrate-jobs-check-to-airflowctl
branch
2 times, most recently
from
July 24, 2026 02:44
244574a to
63b191e
Compare
Lee-W
approved these changes
Jul 24, 2026
Lee-W
left a comment
Member
There was a problem hiding this comment.
A few parameterization nitpick. but overall looks good
airflowctl had no equivalent of airflow jobs check, so component health could not be checked through the API from a remote machine. The validation / alive-count / exit-code logic cannot be auto-generated from a single operation method, so the command is handwritten on top of the jobs list operation. Per the marker-only direction in apache#68402, the airflow CLI counterpart keeps its local DB implementation (it backs the docker-compose and Helm liveness probes) and only gets the maintainer-facing migration marker: no user-facing warning, no behavior change. Signed-off-by: PoAn Yang <payang@apache.org>
FrankYang0529
force-pushed
the
migrate-jobs-check-to-airflowctl
branch
from
July 24, 2026 11:10
63b191e to
865f1bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
airflowctl jobs checkcommand on top of the existingjobs listoperation.airflow jobs checkwith the maintainer-facing@deprecated_for_airflowctl("airflowctl jobs check")marker and register it inMIGRATED_CLI_COMMANDS.Was generative AI tooling used to co-author this PR?
Generated-by: [Claude Code with Opus 4.8] following the guidelines
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.